Returns a value indicating the number of visible rows in the DataGrid control. This property is read-only at run time.
Syntax
object.VisibleRows
The object placeholder represents an object expression that evaluates to an object in the Applies To list.
Remarks
The VisibleRows property returns an integer ranging from 0 to the number of rows in the DataGrid control. The VisibleRows property includes either fully or partially visible DataGrid control rows.